home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Akce / Quartet / Main / LEXICON.SWF / scripts / DefineButton2_100 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2002-07-11  |  163 b   |  5 lines

  1. on(release){
  2.    letterPrint = eval("_parent:toolsVersion") + "/" + eval("_parent:letterSelected").substring(0,1);
  3.    fscommand("lexicon_print",letterPrint);
  4. }
  5.